Initializes a new event payload from values of its fields.
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Function New( _
   ByVal  As Long, _
   ByVal  As Date, _
   ByVal  As Date, _
   ByVal  As  _
)
             
        
            
            'Usage
 
Dim status As Long
Dim serverTimestamp As Date
Dim sourceTimestamp As Date
Dim value As 
 
Dim instance As New UAAttributeDataPayload(Of TValue)(status, serverTimestamp, sourceTimestamp, value)
             
        
            
            public UAAttributeDataPayload<TValue>( 
   long ,
   DateTime ,
   DateTime ,
    
)
             
        
            
            public:
UAAttributeDataPayload<TValue>( 
   int64 ,
   DateTime ,
   DateTime ,
    
)
             
        
             
        
            Parameters
- status
- serverTimestamp
- sourceTimestamp
- value
 
            
            
            
            
            
            
            
            
            
            Requirements
 
Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows
            
            See Also